package series
Import Path
github.com/K-Phoen/grabana/graph/series (on go.dev)
Dependency Relation
imports 3 packages, and imported by one package
Involved Source Files
override.go
Package-Level Type Names (only one)
OverrideOption represents an option that can be used alter a graph panel series.
func Alias(alias string) OverrideOption
func Color(color string) OverrideOption
func Dashes(enabled bool) OverrideOption
func Fill(opacity int) OverrideOption
func Lines(enabled bool) OverrideOption
func LineWidth(width int) OverrideOption
func github.com/K-Phoen/grabana/graph.SeriesOverride(opts ...OverrideOption) graph.Option
Package-Level Functions (total 6)
Alias defines an alias/regex used to identify the series to override.
Color overrides the color for the matched series.
Dashes enables/disables display of the series using dashes instead of lines.
func Fill(opacity int) OverrideOption
Lines enables/disables display of the series using dashes instead of dashes.
func LineWidth(width int) OverrideOption![]() |
The pages are generated with Golds v0.8.2. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |